PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowPageContent Class / setEnableFlowDocumentHeader Method
True if the header defined in the flow document is added to this page.
In This Topic
    setEnableFlowDocumentHeader Method
    In This Topic
    Sets a value indicating whether the header defined in the flow document is added to this page.
    Syntax
    public void setEnableFlowDocumentHeader( 
       boolean enableFlowDocumentHeader
    )

    Parameters

    enableFlowDocumentHeader
    True if the header defined in the flow document is added to this page.
    See Also